home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / OS2.DOC < prev    next >
Text File  |  1993-12-13  |  4KB  |  139 lines

  1.  
  2. The following is from Vince, WB8NWQ
  3.  
  4. OK now I will try and explain how to setup OS2 so you can run the RLI
  5. program under OS2. The information I am providing I obtained from the
  6. OS2 support group.
  7.  
  8. Section 1 - Create a VMB Diskette:
  9.  
  10. a. Boot with a Dos 5.0 bootable diskette with the Format.COM command in
  11.    command in the Path statement in the AUTOEXEC.BAT file. Replace the
  12.    bootable diskette in Drive A with the diskette you want to use for
  13.    the VMB.  At the C> prompt type "Format A: /S ".
  14.  
  15. b. If you have pure Dos 5.0 installed on your computer, boot up from there.
  16.    Insert the blank formatted diskette you want to use for the VMB in Drive
  17.    A, and from the Dos root directory type "SYS A:".  Command.com should be
  18.    on your diskette when you have completed this process.
  19.  
  20.    Note: I have Dos 5.0, and have not tried to do this with Dos 6.0 or
  21.    higher, but I would suspect it also works for Dos higher than version
  22.    5.0.Also, I am using OS2/0 and I would also suspect that version 2.1
  23.    will also work.
  24.  
  25.  
  26.  
  27.  
  28. 2.  Boot up in OS2/2 and copy the following files fron the OS2\MDOS directory
  29.     to the VMB diskette:
  30.  
  31.     Ansi.Sys
  32.     FSFILTER.SYS
  33.     FSACCESS.EXE
  34.     EMM386.SYS
  35.     HIMEM.SYS
  36.     LPTDD.SYS
  37.     MOUSE.COM
  38.  
  39.  
  40. 3.  On the VMB diskette create the following AUTOEXEC.BAT file with a text
  41.     editor:
  42.  
  43.     ECHO OFF
  44.     PROMPT $P$G
  45.     MOUSE.COM
  46.     PATH C:\;C:\VMB
  47.     FSACCESS M=A
  48.     C:
  49.     CD\VMB
  50.  
  51. NOTE: if you start DOS from an Image file. you cannot use physical Drive A
  52.       until you release the Image File.  FSACCESS M=A releases Drive A and
  53.       assigns 'M or whatever unused loical drive you select to name in its
  54.       place.
  55.  
  56.  
  57.  
  58. 4.  On the VMB diskette create the following Config.sys file with a text
  59.     editor:
  60.  
  61.      DEVICE= HIMEM.SYS
  62.      DEVICE= EMM386.SYS
  63.      DOS= HIGH, UMB
  64.      DEVICE= FSFILTER.SYS
  65.      DEVICE= ANSI.SYS
  66.      DEVICE= LPTDD.SYS
  67.      FILES= 40
  68.      BUFFERS= 30
  69.      LASTDRIVE = Z
  70.  
  71. 5.  Make a directory called C:\VMB to house  the VMB image.  Copy the
  72.     Command.com from the VMB diskette to the VMB directory. Got to C:\VMB
  73.     and type: VMBDISK A: DOS5.IMG <enter>
  74.  
  75.     This will create an iamfe of the diskette you created.  The image file
  76.     will be named DOS5.IMG and will be located in the C:\VMB directory.
  77.  
  78.  
  79. 6.  When completed, return to the Desktop.
  80.  
  81.  
  82. Section II - Create a VMB DESKTOP ICON
  83.  
  84. 1. Open the OS/2 System folder.
  85.  
  86. a.  Double click on the command prompt Icon.
  87. b.  Copy the Dos full screen icon to the Desktop by holding down the CTRL
  88.     key and dragging the Icon to the Desktop.
  89. c.  Close the "command prompts" and the OS/2 system folder.
  90.  
  91.  
  92. 2.  Change the Dos settings for the VMB Icon
  93.  
  94. a.  Select the Dos FullScreen icon by clicking on it once.
  95. b.  Bring up its menu by clicking the right mouse button once.
  96. c.  Click on the arrow on the "open" line.
  97. d.  Select settings.
  98. e.  Select session.
  99. f.  Select dos settings.
  100. g.  Change the follwoing settings:
  101.  
  102.     Dos_UMB        to:  ON
  103.     DOS_HIGH        to:  ON
  104.     DOS_STARTUP DRIVE    to:  C:\VMB\DOS5.IMG
  105.     XMS_Memory_Limit    to:  Default is 2048 (Minimum Requirement)
  106.  
  107. h.  Use these settings for applications that use DOS Protected Mode
  108.     Interface (DPMI)
  109.  
  110.     DPMI_Memory Limit    to:  4    (Minimum Requirement)
  111.     DPMI_DOS_API    to:  ENABLE
  112.  
  113.                - OR -
  114.  
  115.  
  116. I.  Use these settings for applications or device drivers that Load High.
  117.  
  118.     EMS_Memory Limit    to: 0
  119.     DPMI_Memory_Limit    to: 0
  120.  
  121.  
  122. 3.  Save the settings.
  123.  
  124. 4.  Select the General and change the Title field to "VMB" or whaever name
  125.     you wish to call your Desktop Icon.
  126.  
  127. 5.  Click twice in the upper hand corner to close the Window.
  128.  
  129. 6.  Double click on your new DOS VMB DESKTOP and there you are.
  130.  
  131. 7.  To EXIT the VMB, type CTRL-ESC, form the 'Window List, the "VM" session,
  132.     click the right mouse button, and select 'Close'.
  133.  
  134.  
  135.     Once you have the VMB destop open, you load rli as if it were under
  136.     regular dos.I have a batch file that I run under the VMB session that
  137.     will load share,bpqcode,lm,etc., and then will load dv and the windows.
  138.  
  139.